UNPKG

create-jaydee-app

Version:

This is a project created with Create Jaydee App.

5 lines (3 loc) 143 B
import { toNextJsHandler } from "better-auth/next-js"; import { auth } from "~/lib/auth"; export const { POST, GET } = toNextJsHandler(auth);